runtime.p.schedtick (field)
6 uses
runtime (current package)
proc.go#L3350: mp.p.ptr().schedtick++
proc.go#L3443: if pp.schedtick%61 == 0 && !sched.runq.empty() {
proc.go#L6660: schedt := int64(pp.schedtick)
proc.go#L6917: print(" P", i, ": status=", pp.status, " schedtick=", pp.schedtick, " syscalltick=", pp.syscalltick, " m=")
proc.go#L6943: print(pp.schedtick)
runtime2.go#L776: schedtick uint32 // incremented on every scheduler call
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |